VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfFontManager Class / ReplaceTextSymbols Methods / ReplaceTextSymbols(Dictionary<PdfTextSymbol,PdfTextSymbol[]>,PdfTreeNodeBase[]) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    ReplaceTextSymbols(Dictionary<PdfTextSymbol,PdfTextSymbol[]>,PdfTreeNodeBase[]) Method (PdfFontManager)
    In This Topic
    Replaces the text symbols using specified map.
    Syntax
    'Declaration
    
    Public Overloads Sub ReplaceTextSymbols( _
    ByVal replaceMap
    The map that should be used for replacing symbol.
    () As System.Collections.Generic.Dictionary(Of PdfTextSymbol,PdfTextSymbol), _
    ByVal ParamArray nodes
    The nodes (instances of PdfPage or PdfFormXObjectResource object) where symbol codes must be replaced.
    () As Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase _
    )

    Parameters

    replaceMap
    The map that should be used for replacing symbol.
    nodes
    The nodes (instances of PdfPage or PdfFormXObjectResource object) where symbol codes must be replaced.
    Exceptions
    ExceptionDescription
    Thrown if source symbol has the replacing symbols from different fonts.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also